home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / Printer Drivers / LW 8 v1.0.1 / LaserWriter 8.0 Disk 2 / Printing Tools / Printer Descriptions / LaserWriter II NT next >
Encoding:
PostScript Printer Description  |  1993-04-30  |  11.0 KB  |  326 lines  |  [TEXT/????]

  1. *PPD-Adobe: "4.0"
  2. *FormatVersion: "4.0"
  3. *FileVersion: "3.6"
  4. *PCFileName: "LWNT_470.PPD"
  5. *LanguageVersion: English
  6. *Product: "(LaserWriter II NT)"
  7. *PSVersion: "(47.0) 1"
  8. *ModelName: "Apple LaserWriter II NT"
  9. *NickName: "Apple LaserWriter II NT v47.0"
  10.  
  11. *% General Information and Defaults ===============
  12. *ColorDevice: False
  13. *DefaultColorSpace: Gray
  14. *FreeVM: "434204"
  15. *LanguageLevel: "1"
  16. *VariablePaperSize: False
  17. *FileSystem: False
  18. *Throughput: "8"
  19. *Password: "0"
  20. *ExitServer: "
  21.   count 0 eq {  % is the password on the stack?
  22.     true
  23.   }{
  24.     dup    % potential password
  25.     statusdict /checkpassword get exec not
  26.   } ifelse
  27.   {  %  if no password or not valid
  28.     (WARNING : Cannot perform the exitserver command.) =
  29.     (Password supplied is not valid.) =
  30.     (Please contact the author of this software.) = flush
  31.     quit
  32.   } if
  33.   serverdict /exitserver get exec
  34. "
  35. *End
  36.  
  37. *Reset: "
  38.   count 0 eq {  % is the password on the stack?
  39.     true
  40.   }{
  41.     dup    % potential password
  42.     statusdict /checkpassword get exec not
  43.   } ifelse
  44.   {  %  if no password or not valid
  45.     (WARNING : Cannot reset printer.) =
  46.     (Password supplied is not valid.) =
  47.     (Please contact the author of this software.) = flush
  48.     quit
  49.   } if
  50.   serverdict /exitserver get exec
  51.   systemdict /quit get exec
  52.   (WARNING : Printer Reset Failed.) = flush
  53. "
  54. *End
  55.  
  56. *DefaultResolution: 300dpi
  57. *?Resolution: "
  58. save
  59.   initgraphics
  60.   0 0 moveto currentpoint matrix defaultmatrix transform
  61.   0 72 lineto currentpoint matrix defaultmatrix transform
  62.   3 -1 roll sub dup mul
  63.   3 1 roll exch sub dup mul
  64.   add sqrt round cvi
  65.   (          ) cvs print (dpi) = flush
  66. restore
  67. "
  68. *End
  69.  
  70. *% Halftone Information ===============
  71. *ScreenFreq: "60.0"
  72. *ScreenAngle: "45.0"
  73. *DefaultScreenProc: Dot
  74. *ScreenProc Dot: "
  75. {dup mul exch dup mul add 1.0 exch sub }
  76. "
  77. *End
  78. *ScreenProc Line: "{ pop }"
  79. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  80.  
  81. *DefaultTransfer: Null
  82. *Transfer Null: "{ }"
  83. *Transfer Null.Inverse: "{ 1 exch sub }"
  84.  
  85. *% Paper Handling ===================
  86. *% Use these entries to set paper size most of the time, unless there is
  87. *% specific reason to use PageRegion.
  88. *OpenUI *PageSize: PickOne
  89. *OrderDependency: 30 AnySetup *PageSize
  90. *DefaultPageSize: Letter
  91. *PageSize Letter/US Letter: "statusdict /lettertray get exec"
  92. *PageSize Legal/US Legal: "statusdict /legaltray get exec"
  93. *PageSize A4: "statusdict /a4tray get exec"
  94. *PageSize B5: "statusdict /b5tray get exec"
  95. *PageSize LetterSmall/US Letter: "statusdict /lettertray get exec lettersmall"
  96. *PageSize A4Small: "statusdict /a4tray get exec a4small"
  97. *PageSize LegalSmall/US Legal: "legal"
  98. *PageSize Monarch/Monarch Envelope Center Fed: "statusdict /lettertray get exec"
  99. *PageSize Com10/Com10 Envelope Center Fed: "statusdict /lettertray get exec"
  100. *?PageSize: "
  101. save
  102.   [(Letter)(Legal) ] statusdict /pagetype get exec
  103.   {get} stopped { pop pop (Unknown) } if = flush
  104. restore
  105. "
  106. *End
  107. *CloseUI: *PageSize
  108.  
  109. *% These entries will set up the frame buffer. Usually used with manual feed.
  110. *OpenUI *PageRegion: PickOne
  111. *OrderDependency: 40 AnySetup *PageRegion
  112. *DefaultPageRegion: Letter
  113. *PageRegion Letter/US Letter: "letter"
  114. *PageRegion Legal/US Legal: "legal"
  115. *PageRegion A4: "a4"
  116. *PageRegion B5: "b5"
  117. *PageRegion LetterSmall/US Letter: "lettersmall"
  118. *PageRegion A4Small: "a4small"
  119. *PageRegion LegalSmall/US Legal: "legal"
  120. *PageRegion Monarch/Monarch Envelope Center Fed: "statusdict /lettertray get exec"
  121. *PageRegion Com10/Com10 Envelope Center Fed: "statusdict /lettertray get exec"
  122. *CloseUI: *PageRegion
  123.  
  124. *% The following entries provide information about specific paper keywords.
  125. *DefaultImageableArea: Letter
  126. *ImageableArea Letter/US Letter: "15 8 597 784 "
  127. *ImageableArea Legal/US Legal: "15 8 597 1000 "
  128. *ImageableArea A4: "13 10 577 832 "
  129. *ImageableArea B5: "21 10 500 715 "
  130. *ImageableArea LetterSmall/US Letter: "31 31 583 761 "
  131. *ImageableArea A4Small: "29 31 567 812 "
  132. *ImageableArea LegalSmall/US Legal: "64 54 548 954 "
  133. *ImageableArea Monarch/Monarch Envelope Center Fed: "178.5 269 433.5 773 "
  134. *ImageableArea Com10/Com10 Envelope Center Fed: "169.5 125 442.5 773 "
  135. *?ImageableArea: "
  136. save
  137.   /cvp {(                ) cvs print ( ) print } bind def
  138.   /upperright {10000 mul floor 10000 div} bind def
  139.   /lowerleft {10000 mul ceiling 10000 div} bind def
  140.   newpath clippath pathbbox
  141.   4 -2 roll exch 2 {lowerleft cvp} repeat
  142.   exch 2 {upperright cvp} repeat flush
  143.  restore
  144. "
  145. *End
  146.  
  147. *% These provide the physical dimensions of the paper (by keyword)
  148. *DefaultPaperDimension: Letter
  149. *PaperDimension Letter/US Letter: "612 792"
  150. *PaperDimension Legal/US Legal: "612 1008"
  151. *PaperDimension A4: "595 842"
  152. *PaperDimension B5: "516 729"
  153. *PaperDimension LetterSmall/US Letter: "612 792"
  154. *PaperDimension A4Small: "595 842"
  155. *PaperDimension LegalSmall/US Legal: "612 1008"
  156. *PaperDimension Monarch/Monarch Envelope Center Fed: "611 792"
  157. *PaperDimension Com10/Com10 Envelope Center Fed: "610 792"
  158.  
  159. *RequiresPageRegion All: True
  160. *OpenUI *InputSlot: PickOne
  161. *OrderDependency: 20 AnySetup *InputSlot
  162. *DefaultInputSlot: Cassette
  163. *InputSlot Cassette: ""
  164. *CloseUI: *InputSlot
  165.  
  166. *OpenUI *ManualFeed/Manual Feed: Boolean
  167. *OrderDependency: 20 AnySetup *ManualFeed
  168. *DefaultManualFeed: False
  169. *ManualFeed True: "statusdict /manualfeed true put"
  170. *ManualFeed False: "statusdict /manualfeed false put"
  171. *?ManualFeed: "
  172. save
  173.  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  174. restore
  175. "
  176. *End
  177. *CloseUI: *ManualFeed
  178.  
  179. *DefaultOutputOrder: Normal
  180.  
  181. *% Font Information =====================
  182. *DefaultFont: Courier
  183. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  184. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  185. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  186. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  187. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  188. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  189. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  190. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  191. *Font Courier: Standard "(001.004)" Standard ROM
  192. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  193. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  194. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  195. *Font Helvetica: Standard "(001.001)" Standard ROM
  196. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  197. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  198. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  199. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  200. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  201. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  202. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  203. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  204. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  205. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  206. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  207. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  208. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  209. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  210. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  211. *Font Symbol: Special "(001.001)" Special ROM
  212. *Font Times-Bold: Standard "(001.001)" Standard ROM
  213. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  214. *Font Times-Italic: Standard "(001.001)" Standard ROM
  215. *Font Times-Roman: Standard "(001.001)" Standard ROM
  216. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  217. *Font ZapfDingbats: Special "(001.000)" Special ROM
  218. *?FontQuery: "
  219. save
  220.  /str 100 string dup 0 (fonts/) putinterval def
  221.  {
  222.    count 1 gt
  223.    {
  224.      exch dup str 6 94 getinterval cvs
  225.      (/) print print (:) print
  226.      FontDirectory exch known
  227.      {(Yes)}{(No)} ifelse =
  228.    }
  229.    {exit} ifelse
  230.  }bind loop
  231.  (*) = flush
  232. restore
  233. "
  234. *End
  235.  
  236. *?FontList: "
  237. save
  238.   FontDirectory { pop == } bind forall flush
  239.   /filenameforall where
  240.   {
  241.     pop (fonts/*)
  242.     { dup length 6 sub 6 exch getinterval cvn == } bind
  243.     128 string filenameforall flush
  244.   } if
  245.   (*) = flush
  246. restore
  247. "
  248. *End
  249.  
  250. *% Printer Messages (verbatim from printer):
  251. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  252. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  253. *Message: "\FontName\ not found, using Courier"
  254.  
  255. *% Status (format: %%[ status: <one of these> ]%% )
  256. *Status: "idle"
  257. *Status: "busy"
  258. *Status: "waiting"
  259. *Status: "printing"
  260. *Status: "warming up"
  261. *Status: "PrinterError: timeout, clearing printer"
  262. *Status: "PrinterError: warming up"
  263. *Status: "PrinterError: service call"
  264. *Status: "PrinterError: paper entry misfeed"
  265. *Status: "PrinterError: no toner cartridge"
  266. *Status: "PrinterError: paper entry misfeed"
  267.  
  268. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  269. *Source: "serial9"
  270. *Source: "serial25"
  271. *Source: "AppleTalk"
  272.  
  273. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  274. *PrinterError: "timeout, clearing printer"
  275. *PrinterError: "warming up"
  276. *PrinterError: "service call"
  277. *PrinterError: "paper entry misfeed"
  278. *PrinterError: "no toner cartridge"
  279. *PrinterError: "paper entry misfeed"
  280.  
  281. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  282.  
  283. *% Color Separation Information =====================
  284.  
  285. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  286.  
  287. *InkName: ProcessBlack/Process Black
  288. *InkName: CustomColor/Custom Color
  289. *InkName: ProcessCyan/Process Cyan
  290. *InkName: ProcessMagenta/Process Magenta
  291. *InkName: ProcessYellow/Process Yellow
  292.  
  293. *% For 60 lpi / 300 dpi =====================================================
  294.  
  295. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  296. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  297. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  298. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  299. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  300.  
  301. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  302. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  303. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  304. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  305. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  306.  
  307. *% For 53 lpi / 300 dpi =====================================================
  308.  
  309. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  310. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  311. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  312. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  313. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  314.  
  315. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  316. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  317. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  318. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  319. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  320.  
  321. *% For "LaserWriter II NT" version 47.0
  322. *% Produced by "GETapd.ps" version 2.0 edit 48
  323. *% Converted to meet 4.0 specification
  324. *% Last Edit Date: Apr 14 1993
  325. *% end of PPD file for LaserWriter II NT
  326.